ICollection(KeyValuePair(TKey, TValue)).IsReadOnly Property

Task Parallel System.Threading

Namespace:  System.Collections.Concurrent
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Private ReadOnly Property IsReadOnly As Boolean
	Implements ICollection(Of KeyValuePair(Of TKey, TValue)).IsReadOnly
C#
bool ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly { get; }

Implements

ICollection<(Of <(T>)>)..::.IsReadOnly

See Also